home *** CD-ROM | disk | FTP | other *** search
- Path: newsfeed.pitt.edu!jbilla
- From: jbilla+@pitt.edu (Jayadev Billa)
- Newsgroups: comp.lang.c
- Subject: <SOLVED> Weird malloc() seg-faults [Need Help!]
- Date: 20 Jan 1996 23:56:34 GMT
- Organization: University of Pittsburgh
- Message-ID: <4drvfi$nf3@usenet.srv.cis.pitt.edu>
- References: <4drhfg$m9s@usenet.srv.cis.pitt.edu>
- Reply-To: jabst45+@pitt.edu
- NNTP-Posting-Host: scorpion.labs.cis.pitt.edu
- Keywords: malloc, weird, segmentation faults, bad programming?, help
-
- <SOLVED><SOLVED><SOLVED><SOLVED><SOLVED><SOLVED><SOLVED><SOLVED><SOLVED>
-
- Thanks to Cheewai <C.Lai@cs.ucl.ac.uk> who pointed out that I could of
- corrupted the memory tables earlier in the program, I traced the fault to
- a double invocation of FreeVector() on the same pointer.
-
- Cheers,
- Jay.
-